home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5479 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.accessus.net!news
  2. From: shappel@accessus.net (Scott Happel)
  3. Newsgroups: alt.winsock,alt.winsock.trumpet,comp.dcom.modems
  4. Subject: Re: MTU  Settings
  5. Date: Sun, 25 Feb 1996 03:03:52 GMT
  6. Organization: accessU.S.
  7. Message-ID: <312fd174.15125233@204.248.93.100>
  8. References: <4g7u9u$86u@news1.ucsd.edu> <31288F81.39DF@cerberus-sys.com> <4gei1a$eh7@its.hooked.net> <4glipb$14c@rcp6.elan.af.mil>
  9. Reply-To: shappel@accessus.net
  10. NNTP-Posting-Host: bville-pm2-1/110.accessus.net
  11. X-Newsreader: Forte Agent .99d/32.182
  12.  
  13. cpats@pan.gbm.net (C. Patrick Sadowski) wrote:
  14.  
  15. >In article <4gei1a$eh7@its.hooked.net>, fullertons <pandata@hooked.net> wrote:
  16. >> ..outstanding....thank you
  17. >> -- 
  18. >If there is a way to alter the MTU and RWIN settings (sorry, didn't catch the
  19. >first part of this post) please e-mail me and advise. Thanks alot!
  20. >
  21. >Pat
  22. >csadowsk@pan.gbm.net
  23. >> http://www.hooked.net/users/pandata/
  24. >> john fullerton
  25. >> alameda,ca
  26. >> pandata@hooked.net
  27. >> 
  28. >> 
  29. >
  30. MTU and RWIN are hidden in two different places in the Registry. MTU can
  31. be set for each protocol-adapter binding; RWIN is set globally.
  32.  
  33. For MTU, open the Registry to:
  34.  
  35. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\
  36.  
  37. Figure out which 000n is the TCP/IP protocol for your DUN connection by
  38. looking at the other values, then open up that 000n.
  39.  
  40. Inside that 000n, create a new string variable called "MaxMTU" and enter
  41. your value. 1500 is the default; some terminal servers work better with
  42. 1002; lowest you should ever need is 552. In general, use the highest MTU
  43. your machine can handle without overruns.
  44.  
  45. For RWIN, open the Registry to:
  46.  
  47. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\
  48.  
  49. Create a new string variable called "DefaultRcvWindow" with a value 4
  50. times (MTU + 24).
  51.  
  52.  
  53. Scott
  54. shappel@accessus.net
  55.  
  56. http://www.accessus.net/~shappel/welcome.html
  57.